object PrintForm: TPrintForm Caption = 'Copy / Print' object ImageOn: TCheckBox Caption = 'Image' end object TextOn: TCheckBox Caption = 'Text' end object ToPrinter: TRadioButton Caption = 'Printer' end object ToClipboard: TRadioButton Caption = 'Clipboard' end object BitBtn2: TBitBtn Caption = 'Cancel' end object Caption: TCaptionBar Caption = 'Copy / Print' end end